"b2b saas for millenials" shadcn/ui theme

bold
contrast
futuristic
immersive
neon
saturated
experimental
modern
tech-savvy

Shadcn/ui Theme Css Variables

name: Neon Hazekeyword: b2b saas for millenials views: 76

:root {
  --background: 270 50% 10%;
  --foreground: 60 100% 90%;
  --card: 270 50% 15%;
  --card-foreground: 60 100% 90%;
  --popover: 270 50% 15%;
  --popover-foreground: 60 100% 90%;
  --primary: 330 100% 50%;
  --primary-foreground: 60 100% 90%;
  --secondary: 270 50% 25%;
  --secondary-foreground: 60 100% 90%;
  --muted: 270 50% 25%;
  --muted-foreground: 60 100% 80%;
  --accent: 270 50% 25%;
  --accent-foreground: 60 100% 90%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 60 100% 90%;
  --border: 270 50% 25%;
  --input: 270 50% 25%;
  --ring: 330 100% 50%;
  --radius: 0.75rem;
  --chart-1: 330 100% 50%;
  --chart-2: 270 50% 40%;
  --chart-3: 60 100% 50%;
  --chart-4: 180 100% 50%;
  --chart-5: 270 50% 50%;
}